PATH![]() |
![]() ![]() |
Obtains a piece of data that is associated with a window.
pascal OSStatus GetWindowProperty (
WindowPtr window,
PropertyCreator propertyCreator,
PropertyTag propertyTag,
UInt32 bufferSize,
UInt32 *actualSize,
void *propertyBuffer);
The data retrieved by the GetWindowProperty function must have been previously associated with the window with the function SetWindowProperty .